home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / fd.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.6 KB  |  49 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-38]
  2. [C;6;B]        FD [[<filename> ...]
  3. [7]Default: OBJECT
  4. [J;1;N]
  5.   Reads the following files as description or '.fd' files \
  6. to create a list of XDEF from the function names. You may \
  7. avoid the usage of this instruction by using the AUTOFD \
  8. instruction. Please, refer to that instruction.
  9.  
  10.   The '.fd' files have the following format:
  11. [L;2]
  12.      ##base <library name>
  13.      ##bias <value>
  14.      * <comment>
  15.      ##public
  16.      <function name>([[<parameter name>,...])
  17. [R]([[<register>,...])
  18. [L]     ##private
  19.      <function name>([[<parameter name>,...])
  20. [R]([[<register>,...])
  21. [L]     ##end
  22. [J;1]
  23.   Any number of function may appear. The coma (,) may be \
  24. replaced by a slash character (/) and the multiply (*) sign \
  25. is used as a comment delimiter. The public/private switcher \
  26. can be used any number of time as required. The value defined \
  27. behind '##bias' represent the first function's offset, which \
  28. is 30 by default. All private functions may have the same \
  29. names, except if you are creating an Amiga library. No spaces \
  30. can appear within the function definition.
  31.  
  32.   Note: the function offset can be modified through '##bias' \
  33. instruction as required, except if you are creating an \
  34. Amiga library.
  35.  
  36.   See also:
  37. [L;3][LINK autofd]            AUTOFD
  38. [LINK fdflg]                FDHEADER
  39. [LINK fdflg]                FDINCLUDE
  40. [LINK fdlib]                FDLIB
  41. [LINK fdflg]                FDOBJECT
  42. [LINK fdflg]                FDPASCAL
  43. [LINK fdflg]                FDQUICK
  44. [LINK fdflg]                FDSMALL
  45. [LINK filename]                <filename>
  46. [LINK libfd]                LIBFD
  47. [LINK library]                LIBRARY
  48. [5; LINK about; GOTO address]        Become Registred
  49.